From: Greg Kroah-Hartman Date: Tue, 21 Sep 2010 18:03:41 +0000 (-0700) Subject: Staging: keucr: prevent the driver from being built as a module. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~16303^2~3^2~481 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1a0b25ce7889cbd569dff308975e8459645f23f2;p=linux-4.9.git Staging: keucr: prevent the driver from being built as a module. As there are symbols that conflict with the in-kernel usb-storage module, we can't build this into the kernel. Reported-by: Randy Dunlap Cc: Al Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/keucr/Kconfig b/drivers/staging/keucr/Kconfig index ff42d7ed853e..b595bdbd4740 100644 --- a/drivers/staging/keucr/Kconfig +++ b/drivers/staging/keucr/Kconfig @@ -1,6 +1,6 @@ config USB_ENESTORAGE tristate "USB ENE card reader support" - depends on USB && SCSI + depends on USB && SCSI && m ---help--- Say Y here if you wish to control a ENE Card reader.